@charset "utf-8";
.content.big {
	background-color: #ebebeb;
	margin: 0px;
	padding: 0px;
	width: 100%;
	overflow: hidden;
	position: relative;
	height: auto;
	z-index: -1;
}
.content.big .content {
	color: #666666;
	text-decoration: none;
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;
	position: relative;
	height: 2100px;
	width: 960px;
}
.content.big .content .txt {
	color: #666666;
	text-decoration: none;
	text-align: justify;
	overflow: hidden;
	position: relative;
	height: auto;
	width: auto;
	padding-top: 24px;
	padding-bottom: 36px;
}
.content.big .content .left {
	margin: 0px;
	padding: 0px;
	float: left;
	height: 312px;
	width: 600px;
	border: 3px solid #FFF;
	overflow: hidden;
	position: relative;
	z-index: 2;
	background-color: #999;
}
.content.big .content .right {
	float: right;
	height: 350px;
	width: 330px;
	overflow: hidden;
	position: relative;
	text-align: justify;
}
.content.big .content .shadows {
	background-image: url(../../images/project/item-bottom-shadow600.png);
	background-repeat: no-repeat;
	height: 39px;
	width: 606px;
	overflow: hidden;
	position: relative;
	z-index: 1;
	bottom: 18px;
	float: left;
	padding-bottom: 25px;
}
